Using labels with Git

If you are using Git with Helix Server, and you want to support build systems that need to build from multiple repos not all of which are at the same branch, tag, or commit (SHA), create a label specification in which the Revision: field is set to "#head":

# A Perforce Label Specification.
Label:    mylabel
Update:    2017/08/08 15:23:08
Access:    2012/01/23 16:16:17
Owner:    bruno
Description:
    Created by bruno.
Options:    unlocked noautoreload
Revision:    "#head"
View:
    //repo/linux/projects/...@master
    //repo/linux/projects/drivers/...@dev-1
    //repo/linux/projects/forms/...@4759B19D1EB8B706E71D54AD168AA

For more information about using Git with Helix Server, see Working with Git in Helix Core Server Administrator Guide.